home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / hunt103.zip / HUNT.ZIP / HLOCS / HWHORE.LOC < prev    next >
Text File  |  1995-11-06  |  4KB  |  70 lines

  1. // BASIC INN LAYOUT  (HWHORE.LOC)
  2. // NOTES ON FORMAT:
  3. //   No line should be longer than 120 characters in length anywhere in here
  4. //   Standard ANSI color and graphics are allowed in location descriptions
  5. //   NAME <...> at the top of this file is currently not being used
  6. //   DESCRIPTION_NAME is the name of the area the player is shown
  7. //    - After DESCRIPTION_NAME, leave a blank space
  8. //    - Everything after the blank space to the end of the line is yours
  9. //   Start and end each location with BEGIN/END_LOCATION
  10. //   TYPE refers to the type of map location this is: MAP, SHOP, etc.
  11. //    - After TYPE, leave a blank space, then the one word map location type
  12. //   GAMBLING refers to the types of gambling available at an INN location
  13. //    - The first character after GAMBLING should be a (white) space character
  14. //    - After that, list the letters referring to the types of gambling
  15. //      available: B=Blackjack, R=Russian Roulette, etc
  16. //   WHORES refers to the whores available at a WHORE location
  17. //    - The first character after WHORES should be a (white) space character
  18. //    - After that, list the letters referring to the whores available:
  19. //      F=Freaky Franny, T=Tammy, N=North, E=Elizabeth, W=Warren, etc
  20. //   Start and end each description with BEGIN/END_DESCRIPTION
  21. //    - Everything between the start and end is displayed as is
  22. //    - To have ANSI gfx and color, just use standard ANSI format
  23. //    - Terminate each line with a standard C/R (\n); don't go past 80 columns
  24. //   Start and end each direction list with BEGIN/END_DIRECTION
  25. //    - The first character on each line represents the "direction" available
  26. //    - There should be a space followed by the a file-name and another space
  27. //    - The file-name should be that of another file like this one containing
  28. //        the description of the area a player is currently at
  29. //    - The file-name must be one word only, CAPS aren't a must but I use 'em
  30. //    - HHARD is a reserved file-name corresponding with hard-coded locations
  31. //        Don't use it unless you actually want to include this type
  32. //    - The rest of the line is the location corresponding with that direction
  33. //    - Spaces are allowed in the location name
  34.  
  35. NAME HWHORE
  36. //---------------------------------------------------------------------------
  37. BEGIN_LOCATION Madonna Apartments
  38. TYPE WHORE
  39. MAP HNMEDIAN.MAP
  40. WHORES FTNEW
  41. FILE HMADONNA.LST
  42.  
  43. BEGIN_DESCRIPTION
  44.    The moment you enter the Madonna Apartments, you're surrounded by
  45. prostitutes.  Men and women paw all over you, whispering seductively in your
  46. ears.  They direct you through the tacky and old furniture cluttering up the
  47. lobby and into the building manager's room.  An older, blonde woman, the madam
  48. no doubt, seated behind a desk, lights up a long cigarette as she sees you
  49. come in.  "Hello, exterminator.  You can call me Madonna.  You're at the right
  50. place.  Anything you want is yours.  Just look around and choose."
  51.    She waits for you to look the [W]hores over.  If you have any questions,
  52. she looks eager to [T]alk with you.  The only exit appears to be [R]eturning
  53. to Expert Street through the doors you came in.
  54. END_DESCRIPTION
  55.  
  56. BEGIN_TALK_TEXT
  57.    "Safe?"  Madonna asks.  "Of course my children are safe.  This is Madonna
  58. you're dealing with, not some scraggly street bitch.  Sure the nicer the
  59. goods, the higher the price.  Nothing to surpise you there.  Now, who will it
  60. be for you today then?"
  61. END_TALK_TEXT
  62.  
  63. BEGIN_DIRECTIONS
  64. [R]eturn - HMEDIAN Far North Median Parkway
  65. END_DIRECTIONS
  66.  
  67. END_LOCATION Madonna Apartments
  68.  
  69. //---------------------------------------------------------------------------
  70.